object FilesOnlyForm: TFilesOnlyForm Left = 240 Top = 190 BorderIcons = [biSystemMenu, biMinimize] BorderStyle = bsSingle Caption = '%' ClientHeight = 178 ClientWidth = 381 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] KeyPreview = True OldCreateOrder = True Position = poScreenCenter OnClose = FormClose OnCloseQuery = FormCloseQuery OnCreate = FormCreate OnKeyPress = FormKeyPress OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object ProgramIcon: TImage Left = 20 Top = 16 Width = 32 Height = 32 Stretch = True IsControl = True end object FirstFile: TLabel Left = 72 Top = 16 Width = 305 Height = 13 AutoSize = False Caption = '%' ShowAccelChar = False end object SecondFile: TLabel Left = 72 Top = 32 Width = 305 Height = 13 AutoSize = False Caption = '%' ShowAccelChar = False end object Status: TLabel Left = 72 Top = 72 Width = 305 Height = 13 AutoSize = False Caption = '%' ShowAccelChar = False end object Label1: TLabel Left = 72 Top = 56 Width = 76 Height = 13 Caption = 'Comparateur rapide :' end object ViewBtn: TBitBtn Left = 68 Top = 100 Width = 149 Height = 23 Caption = '&Voir la comparaison' Default = True TabOrder = 0 OnClick = ViewBtnClick end object ConfirmViewing: TBCCheckBox Left = 8 Top = 160 Width = 211 Height = 17 Caption = 'Montrer ce dialogue au d'#233'marrage de la comparaison de fichiers' TabOrder = 1 OnClick = ConfirmViewingClick end object ViewPicker: TComboBox Left = 68 Top = 128 Width = 149 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 2 end object Timer1: TTimer Interval = 500 OnTimer = Timer1Timer Left = 224 Top = 120 end end